home *** CD-ROM | disk | FTP | other *** search
- on mouseLeave
- set the visible of sprite the currentSpriteNum to 0
- end
-
- on mouseUp
- case the mouseLine of
- 1:
- openPictInfo("occupa")
- 2:
- openPictInfo("occupb")
- end case
- set the visible of sprite the currentSpriteNum to 0
- updateStage()
- end
-
- on mouseWithin
- hilite line the mouseLine of field the mouseMember
- end
-